home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Computer Life: SuperPac
/
SuperPac (Computer Life Magazine)(Ziff-Davis)(1995).ISO
/
pc
/
demos
/
usoft
/
16
/
xpldmo6.exe
/
xpldmo6.DXR
/
00071.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS
UTF-8
Wrap
Text File
|
1994-09-24
|
202 b
|
12 lines
on exitFrame
global theStartTicks, theSCardOK
if theSCardOK <> 0 then
exit
end if
if the ticks > (theStartTicks + (60 * 14)) then
go(the frame + 1)
else
go(the frame)
end if
end